-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Conv authoring py sdk 20251115preview #43915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conv authoring py sdk 20251115preview #43915
Conversation
…nalyzeConversationsAuthoring/tspconfig.yaml', API Version: 2025-11-15-preview, SDK Release Type: beta, and CommitSHA: 'd8f039ebd965e40471a082c547b103dd5dc9a33b' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5552628 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Azure AI Language Conversations Authoring SDK by regenerating code from a new API specification version and refactoring the project structure. Key changes include updating the API specification reference, removing custom patch files in favor of generated code, reformatting configuration files, and adding auto-generated test and sample files.
Reviewed Changes
Copilot reviewed 96 out of 102 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tsp-location.yaml | Updates API spec directory path and commit reference |
| pyproject.toml | Reformats configuration with proper structure and adds generated test exclusions |
| sdk_packaging.toml | Removes file (configuration moved to pyproject.toml) |
| _operations.py | Updates generated operations code with API version changes (2025-05-15 → 2025-11-15) and parameter reordering |
| _patch.py files | Removes custom patch files for operations (ProjectOperations, DeploymentOperations, etc.) |
| test files | Applies whitespace/formatting fixes |
| generated_tests/* | Adds new auto-generated test scaffold files |
| generated_samples/* | Adds new auto-generated sample files |
| models/init.py | Removes unused model imports |
sdk/cognitivelanguage/azure-ai-language-conversations-authoring/pyproject.toml
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
mccoyp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for Cspell
…AnalyzeConversationsAuthoring/tspconfig.yaml', API Version: 2025-11-15-preview, SDK Release Type: beta, and CommitSHA: 'd8f039ebd965e40471a082c547b103dd5dc9a33b' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5552628 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines